Xbasic

BROWSE.RECORDS_GET Function

Syntax

Record_Count as N = Browse.Records_Get()

Arguments

Record_Count

The number of records in the browse's current query list.

Description

The <BROWSE>.RECORDS_GET() method returns the number of records in a browse's or form's current query list.

Example

dim ptr as P
ptr = browse.view("CustomerBrowse")
? ptr.Records_Get()
= 60.000000

Limitations

Desktop applications only.

See Also